CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv 人脸检测

搜索资源列表

  1. GameCapture

    0下载:
  2. 这是用OPENCV里面人脸检测算法实现的一个小游戏,用vs2008的-This is OPENCV face detection algorithm inside a small game, using vs2008' s
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:856102
    • 提供者:www
  1. renlianjiance

    0下载:
  2. 简单的人脸检测文件,可以对图像文件或者视频文件进行人脸检测-OpenCV face detection source code, can be used to carry out face recognition and treatment hope it can help to you
  3. 所属分类:Graph program

    • 发布日期:2017-11-07
    • 文件大小:48862826
    • 提供者:留青
  1. TrainingAdaboost

    0下载:
  2. adaboost 的训练程序,结合OPENCV的训练,可用于各种图形的检测-training adaboost class, also use opencv training example, you can training your own objects for detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:12136
    • 提供者:tuzhiguo
  1. auto_detecthand_facecolor

    0下载:
  2. 基于颜色的自动找手程序,先由人脸检测取得脸的肤色,再以此去找手。运行需要配置好opencv环境。手放在脸部下方两侧-Color-based automated process to find hands, first face detection to obtain face color, and then in order to find hands. Need to configure your environment to run a good opencv. Hand on the bo
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-17
    • 文件大小:4643395
    • 提供者:lj
  1. OPENCVfacedetection

    0下载:
  2. 用OPENCV做的人脸识别程序,实现跟踪检测,用的是自带的分类器-OPENCV do with face recognition program, to achieve tracking and detection, using a built-in classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:85892
    • 提供者:jianghua
  1. opencv

    0下载:
  2. 压缩包包括以下几个功能实现的opencv源代码:canny边缘检测算法实现、高斯背景建模、背景差分法实现边缘检测、图像颜色分布直方图的相关处理、人脸识别算法的实现。-Compressed package includes the following functions to achieve the opencv source code: canny edge detection algorithm, Gaussian background modeling, background subtrac
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:6540
    • 提供者:张桦
  1. facerecognition

    0下载:
  2. 基于OPENCV 的人脸检测代码学习 动态内存存储及操作函数 分类器结构及操作函数-It is uesd for face recognition which is baesd on opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:7655
    • 提供者:高飞
  1. opencv_face_recognition

    0下载:
  2. 利用openCV实现人脸检测。一篇基于opencv的人脸检测与识别的论文,在Visual C++ 2005环境下给出了如何用OpenCV库开发人脸检测程序的方法。-Face Detection Using openCV achieve. One based on the opencv face detection and recognition of the paper, the Visual C++ 2005 environment, how to use OpenCV library giv
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:384699
    • 提供者:王二
  1. sdi_opencv

    0下载:
  2. 运用VC软件做的一个基于OPENCV的人脸识别系统,在检测人脸的基础上能对人眼和嘴巴进行识别。-Use the software to do a VC OPENCV based face recognition system, based on face detection can identify the eyes and mouth.
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2114689
    • 提供者:strangename
  1. FaceDetection

    0下载:
  2. 采用openCV编写的人脸检测程序,可直接运行,输入参数为一幅图像,输出图像中将人脸的位置圈出来-Prepared by openCV face detection process, can be directly run, input parameters for an image, the output image will circle the location of the face
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1410243
    • 提供者:wangyun
  1. VideoFaceDetect

    2下载:
  2. 使用matlab调用opencv做成的adaboost人脸检测DLL模块,在usb摄像头采集的视频序列中检测人脸并实时显示, 实时性比C低。 下载后可以直接在matlab运行,不要改动文件夹内的文件相对位置。-Opencv matlab call made using adaboost face detection DLL module, usb camera capture video sequences of face detection and real-time displa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-18
    • 文件大小:911802
    • 提供者:谭恒良
  1. face

    0下载:
  2. FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-FaceDetection is a static face detection process, note FaceDetection need OpenCV l
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1597978
    • 提供者:biran
  1. fuadabo

    0下载:
  2. vc++ OPENCV实现人脸检测 HAAR分类器实现的-vc++ OPENCV implementation of face detection classifier achieved HAAR
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2104
    • 提供者:张丽
  1. ViolaJones_IJCV

    0下载:
  2. 基于adaboost的人脸检测,大牛写的,后来写的OPENCV人脸检测都是根据他的这篇论文写的,很有价值-Robust Real-time Object Detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:401934
    • 提供者:何文娟
  1. FaceDetection_MATLAB_Call_OpenCV

    0下载:
  2. 本程序在MATLAB中调用了OpenCV的AdaBoost检测器实现了人脸检测,还可用来学习MATLAB中调用C/C++代码的方法,研究人脸识别和希望熟悉MATLAB的同志们不妨试一试。-This procedure is called in MATLAB, OpenCV the AdaBoost detector implemented face detection, can also be used to learn MATLAB to call C/C++ code used to stu
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1892374
    • 提供者:
  1. train

    0下载:
  2. 进行svm分类器的训练,作为人脸检测的人脸分类器-For svm classifier training as face detection face classifier
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-17
    • 文件大小:26531698
    • 提供者:张力
  1. opencv-face-detect.RAR

    0下载:
  2. 基于opencv1.0 的人脸检测程序,对于初学opencv的同学帮助蛮大的-Face Detection Based on opencv1.0 procedures for the students to help beginners opencv pretty big
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-17
    • 文件大小:5048664
    • 提供者:melle
  1. 2011051102

    0下载:
  2. 基于OPENCV的多人脸检测与定位系统,采用VC++6.0编写的,实现人脸定位并保存人脸图像.-OPCV based multiplayer face detection and location system, prepared by VC++6.0 to achieve face location and save the face image.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3698978
    • 提供者:wangbin
  1. OpenCV_face_detection_analysis

    0下载:
  2. 本文为对常见的基于opencv人脸检测算法进行详细的分析讲解。-This article is for the common opencv face detection algorithm based on a detailed analysis to explain.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:12092
    • 提供者:
  1. fatigue-driving-system

    1下载:
  2. 基于图像处理的人脸检测系统,通过openCV软件来实现的-Image processing based face detection system, implemented by software openCV
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-04-08
    • 文件大小:560370
    • 提供者:徐达
« 1 2 3 4 5 67 8 9 10 11 ... 27 »
搜珍网 www.dssz.com